home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Utilities / Winter Shell 1.0d2 / Source / Libraries / ChooserLib / ChooserLib.h < prev   
Encoding:
C/C++ Source or Header  |  1991-11-14  |  147 b   |  10 lines  |  [TEXT/KAHL]

  1. #ifndef _H_ChooserName
  2. #define _H_ChooserName
  3.  
  4. #include "TypeLib.h"
  5.  
  6. OSErr ChooserNameGet(CStr31 name);
  7. OSErr ChooserNameSet(CStr31 name);
  8.  
  9. #endif
  10.